home *** CD-ROM | disk | FTP | other *** search
/ Nippon Obsessions 2 / Nippon Obsessions - Volume 2.iso / mac / video / remer.dir / 00003_Script_3 < prev    next >
Text File  |  1993-01-01  |  239b  |  16 lines

  1. on exitFrame
  2.   starttimer
  3.   repeat while the timer <400
  4.    go to the frame
  5.     if the mousedown then
  6.       nothing
  7.     end if
  8.     if the mouseup then
  9.            nothing
  10.     end if
  11.   end repeat
  12.   go to the frame+1
  13.   
  14.   
  15.  
  16. end